-
Notifications
You must be signed in to change notification settings - Fork 596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upgrading to spark 2.2.0 #4314
upgrading to spark 2.2.0 #4314
Conversation
002687c
to
23066ea
Compare
This is exploding due to netty conflicts between version 4.0.4x and 4.1.x. I'm not sure why the move to spark 2.2.0 changed this exactly, but the version that causes problem is imported by google's gatk-java library. Removing that removes the conflict. I rebased this ontop of the branch I have in PR that removes that library and hopefully it won't fail... |
Codecov Report
@@ Coverage Diff @@
## master #4314 +/- ##
===============================================
- Coverage 79.024% 79.017% -0.007%
+ Complexity 16447 16440 -7
===============================================
Files 1047 1047
Lines 59186 59186
Branches 9672 9672
===============================================
- Hits 46771 46767 -4
- Misses 8659 8661 +2
- Partials 3756 3758 +2
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 merge once #4266 is merged, you've rebased this branch on top of it, and tests pass in both travis and jenkins
this bumped some transitive dependencies which required a minor update in unrelated classes
23066ea
to
7bd7707
Compare
@lbergelson How's this one looking? Can it be merged yet? |
@lbergelson Are you comfortable merging this one yet? |
@lbergelson As part of your current set of Spark test runs, can you also test whether this PR appears to work on dataproc? |
* upgrading to spark 2.2.0 this bumped some transitive dependencies which required a minor update in unrelated classes * updating hadoop version to match the version in dataproc
This bumped some transitive dependencies which required a minor update in unrelated classes
We shouldn't merge this until we get a 👍 from the SV team as well as running the jenkins spark tests.
I think the SV team is already using 2.2.0 since they've gone to dataproc image 1.2.
This will prevent the annoying adam log spam, closes #4186
closes #2555